const github.com/jackc/pgx/v5/pgconn.pipelineSyncRequest

9 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		pgconn.go#L2285: 	pipelineSyncRequest
		pgconn.go#L2341: 	if req == pipelineFlushRequest || req == pipelineSyncRequest {
		pgconn.go#L2346: 	if req == pipelineSyncRequest {
		pgconn.go#L2363: 		if val.RequestType == pipelineSyncRequest {
		pgconn.go#L2408: 		notPendingSync = (val.RequestType == pipelineSyncRequest) && val.WasSentToServer
		pgconn.go#L2410: 		notPendingSync = (s.lastRequestType == pipelineSyncRequest) || (s.lastRequestType == pipelineNil)
		pgconn.go#L2548: 	p.state.PushBackRequestType(pipelineSyncRequest)
		pgconn.go#L2619: 	case pipelineSyncRequest:
		pgconn.go#L2783: 		p.state.requestEventQueue.PushFront(pipelineRequestEvent{RequestType: pipelineSyncRequest, WasSentToServer: true, BeforeFlushOrSync: true})